Bitmap for WPF
DrawBitmap(Bitmap,Nullable<RectF>,Single,BitmapInterpolationMode,Nullable<RectF>) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > RenderTarget クラス > DrawBitmap メソッド : DrawBitmap(Bitmap,Nullable<RectF>,Single,BitmapInterpolationMode,Nullable<RectF>) メソッド
void ID2D1RenderTarget::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle)
シンタックス
'宣言
 
Public Overloads Sub DrawBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal destinationRectangle As System.Nullable(Of RectF), _
   ByVal opacity As System.Single, _
   ByVal interpolationMode As BitmapInterpolationMode, _
   ByVal sourceRectangle As System.Nullable(Of RectF) _
) 
public void DrawBitmap( 
   Bitmap bitmap,
   System.Nullable<RectF> destinationRectangle,
   System.float opacity,
   BitmapInterpolationMode interpolationMode,
   System.Nullable<RectF> sourceRectangle
)

パラメータ

bitmap
destinationRectangle
opacity
interpolationMode
sourceRectangle
参照

RenderTarget クラス
RenderTarget メンバ
オーバーロード一覧